home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / 6300bull.arc / 6300BUL
Text File  |  1986-12-25  |  77KB  |  1,590 lines

  1. ┌────────────────────────────────────────────────────────────────────────┐
  2. │                 AT&T PC6300 Technical Bulletins                        │
  3. ├────────────────────────────────────────────────────────────────────────┤
  4.  
  5. ┌────────────────────────────────────────────────────────────────────┐
  6. │                                                                    │
  7. │                                                                    │
  8. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  9. │                                                                    │
  10. │ SUBJECT:  MS-DOS Command Notes                                     │
  11. │ PROVIDED BY:                                                       │
  12. │                                                                    │
  13. └────────────────────────────────────────────────────────────────────┘
  14.  
  15.     BACKUP
  16.        The backup command will not work properly if programs are
  17.        loaded in memory such as context switch and em4410.
  18.  
  19.        When indicating a / option using backup, you must leave a
  20.        space between the drive indication and the / option. An
  21.        example of the syntax is "backup C:*.* A: /s", if you don't
  22.        put the space in, only the root directory will be backed up.
  23.  
  24.        The backup command will usually backup even copy-protected
  25.        software (i.e. WORD), but not always, OVERHEAD EXPRESS
  26.        can't be backed up successfully.
  27.  
  28.        You can use this chart and the CHKDSK command to determine
  29.        approximately how many floppy disks you need to backup a
  30.        hard disk. For a 20mb disk, just double the figures.
  31.  
  32.               Hardisk memory used                 Floppies needed
  33.                      10mb...............................30
  34.                      8.3mb..............................25
  35.                      6.6mb..............................20
  36.                      5mb................................15
  37.                      3.3mb..............................10
  38.                      1.6mb...............................5
  39.  
  40.  
  41.  
  42.     FORMAT
  43.        Format /1 will format a disk to be single sided, but only
  44.        160k (DOS 2.11 REL. 1.1) losing 20k. The old DOS doesn't
  45.        have this problem.
  46.  
  47.        In the DOS manual it states that /s has to be the last
  48.        entry on the line when using format, this isn't true. The
  49.        manual also says the /s copies two hidden sys files, this
  50.        isn't true either, it copies IBMBIO.COM and IBMDOS.COM.
  51.           /* But these are hidden system files normally */
  52.  
  53.        FORMAT in DOS has a limit of 30 meg. To excede this
  54.        requires a separate formatting utility and device
  55.        driver software.
  56.  
  57.  
  58.  
  59.     MODE
  60.        Undocumented in the manual is the /o option with mode.
  61.        This will return the current status of all COM and LPT
  62.        ports as well as the mode of the monitor.
  63.  
  64.        The instructions on page 5-59 of the DOS manual are
  65.        wrong. When using MODE LPT1: x,y the only acceptable
  66.        options are 80 and 132 for x, and 6 or 8 for y.
  67.  
  68.        When redirecting using the MODE command you must use
  69.        a colon after LPT1. An example would be "mode lpt1:=com1".
  70.  
  71.        The 't' option with mode only works in conjunction
  72.        with the 'r' and the 'l'. For example "mode,r,t".
  73.  
  74.  
  75.  
  76.     RECOVER
  77.        When you use the RECOVER command, any file recovered
  78.        is renamed FILExxxx (starting at FILE0001). If you did
  79.        this without naming a particular file (i.e. RECOVER D:)
  80.        all files will be renamed, if you didn't backup or copy
  81.        the files previously, you will have a near impossible
  82.        task of renaming (using) the files, as only ascii
  83.        files will be readable.
  84.  
  85.  
  86.  
  87.     RESTORE
  88.        Subdirectories previously backed up (within the
  89.        subdirectory) must first be created before using RESTORE
  90.        (RESTORE will not create the subdirectory). Otherwise,
  91.        RESTORE will prompt for all of the disks, but no files
  92.        will be restored. Note, however, that RESTORE will
  93.        create subdirectories and restore files to a virgin
  94.        (nothing on it) hard disk.
  95.  
  96.  
  97.  
  98.     SORT
  99.        The maximum file size that can be sorted is 63k.
  100.        The proper syntax for the SORT command is ............
  101.        "SORT[/R][+n] <file >file1", the default for column no.
  102.        is 1. There are only 2 spaces in the command line,
  103.        before <file, and after <file.
  104.  
  105.  
  106.  
  107.     TREE
  108.        If you use the /F option with a printer toggled on,
  109.        the individual file names will not print out on the
  110.        printer. You would have to redirect the output to a
  111.        file, and then print the file out. However, when doing
  112.        this, all file names are concatenated together,
  113.        removing tabs, carriage returns, and line feeds.
  114.  
  115.  
  116.  
  117.     FORMAT.COM
  118.        The following modification will cause the FORMAT
  119.        command to assume the A: drive should you forget and
  120.        leave the  drive specification off. It allows use of
  121.        /o /v /s options.
  122.               C>debug format.com
  123.               -E174 B4 09 B0 00
  124.               -w
  125.               Writing 19EC bytes
  126.               -q
  127.               C>
  128.  
  129.  
  130.  
  131.     DIRECTORIES
  132.        When formatting in DOS, the device driver used sets a
  133.        maximum number of directory entries (root only)
  134.        as follows......
  135.  
  136.               FLOPPY   ss............64     ds...........112
  137.               HARD     10 meg.......512     20 meg......1024
  138.  
  139.  
  140.  
  141. ┌────────────────────────────────────────────────────────────────────┐
  142. │                                                                    │
  143. │                                                                    │
  144. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  145. │                                                                    │
  146. │ SUBJECT:  1.21 ROM Low Level Format Routine for the PC6300         │
  147. │ PROVIDED BY:                                                       │
  148. │                                                                    │
  149. └────────────────────────────────────────────────────────────────────┘
  150.  
  151.        If you get the message fixed disk not ready when you
  152.        try to format, and the resident diagnostics show it
  153.        present (i.e. any message but "Fixed Disk Not
  154.        Present"), there is a low level formating routine in
  155.        the Rom Bios which might fix it. This routine can be
  156.        called using Debug in the following manner:
  157.  
  158.        A> debug (cr)
  159.        - a (cr)
  160.        XXXX:0100 call f000:c038 (cr)
  161.        XXXX:0105 int 20h (cr)
  162.        XXXX:0107 (cr)
  163.        - g (cr)
  164.  
  165.        Fixed Disk Formating Utility
  166.        All data on the specified fixed disk will be erased.
  167.        Enter fixed disk number (1 to 8) or Q to quit:___
  168.  
  169.                                    (note 1 to 8 corresponds to
  170.                                                  c:, d:  .....)
  171.  
  172.        Formating Fixed Disk
  173.        Format is complete
  174.        Proceed with FDISK and FORMAT
  175.  
  176.        Program terminated normally
  177.        - q (cr)
  178.        A>
  179.  
  180.  
  181.        Note the Rom 1.21 will not give the Program Terminated
  182.        message and you will have to reboot after the proceed
  183.        message.
  184.  
  185.  
  186.  
  187. ┌───────────────────────────────────────────────────────────────────┐
  188. │                                                                   │
  189. │ AT&T PC6300 TECHNICAL BULLETIN                                    │
  190. │                                                                   │
  191. │ SUBJECT: Low Level Format for ROM 1.43                            │
  192. │ PROVIDED BY:                                                      │
  193. │                                                                   │
  194. └───────────────────────────────────────────────────────────────────┘
  195.  
  196.  FIRST OF ALL:
  197.    1. A low level format will destroy everything on the hard drive.
  198.       Are you sure you want to do this???
  199.    2. As of 8/20/86, ROM 1.43 is available through AT&T National
  200.       Parts at 800-222-7278.  The comcode (part number) is 105203780,
  201.       and the price is $35.00.
  202.  
  203.  The following low level routine for ROM 1.43 will NOT display or
  204.  return messages.  The only indication that the format is working
  205.  will be the hard drive LED.  This routine is directly programming
  206.  the HDU Controller.  For further information, consult the SYSTEM
  207.  PROGRAMMERS GUIDE.
  208.  
  209.  - Boot off the MS-DOS System Diskette
  210.  - Once booted, insert Supplimental Diskette
  211.  - Enter "DEBUG".  The following table represents the input and
  212.                    output of the commands.
  213.  
  214.  ENTER COMMAND      RESPONSE SHOULD BE
  215.  ─────────────      ──────────────────
  216.  DEBUG              -
  217.   i 321             CO
  218.                     -
  219.   o 322 0           -
  220.   i 321             CD
  221.                     -
  222.   o 320 04          -
  223.   o 320 00          -
  224.   o 320 00          -
  225.   o 320 00          -
  226.   o 320 06          -
  227.   o 320 07          -
  228.  
  229.  At this point, the drive activity LED should come on, and the
  230.  drive will begin to format.  When the process is complete, the
  231.  LED will go out.
  232.  Now reboot from the MS-DOS System Diskette and proceed with
  233.  FDISK and FORMAT.
  234.  
  235.  
  236. ┌───────────────────────────────────────────────────────────────┐
  237. │                                                               │
  238. │ AT&T PC6300 TECHNICAL BULLETIN                                │
  239. │                                                               │
  240. │ SUBJECT: Motherboard Dip Switch Settings for 1.43 ROM BIOS    │
  241. │ PROVIDED BY:                                                  │
  242. │                                                               │
  243. └───────────────────────────────────────────────────────────────┘
  244.  
  245.      THE FOLLOWING SWITCH SETTINGS ARE FOR ROM 1.43 ONLY!!
  246.  
  247.  
  248. ┌─────────────────────────────────────────┬─────────────────────┐
  249. │ MOTHERBOARD SWITCH BANK 0 - LOCATION 7T │     1=ON  0=OFF     │
  250. ├───┬───┬───┬───┬───┬───┬───┬───┬─────────┴─────────────────────┤
  251. │SW1│SW2│SW3│SW4│SW5│SW6│SW7│SW8│ FUNCTION                      │
  252. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  253. │ 0 │ 1 │ 1 │ 1 │ X │ X │ X │ X │ 128KB RAM on Motherboard      │
  254. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  255. │ 1 │ 0 │ 1 │ 1 │ X │ X │ X │ X │ 256KB RAM on Motherboard      │
  256. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  257. │ 1 │ 1 │ 0 │ 1 │ X │ X │ X │ X │ 512KB RAM - 256K on Motherbrd │
  258. │   │   │   │   │   │   │   │   │             256K on Expansion │
  259. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  260. │ 0 │ 1 │ 0 │ 1 │ X │ X │ X │ X │ 640KB RAM - 256K on Motherbrd │
  261. │   │   │   │   │   │   │   │   │             384K on Expansion │
  262. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  263. │ 0 │ 1 │ 0 │ 0 │ X │ X │ X │ X │ 640KB RAM on MB - 128K Bank 0 │
  264. │   │   │   │   │   │   │   │   │                   512K Bank 1 │
  265. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  266. │ 0 │ 1 │ 1 │ 0 │ X │ X │ X │ X │ 640KB RAM on MB - 512K Bank 0 │
  267. │   │   │   │   │   │   │   │   │                   128K Bank 1 │
  268. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  269. │ 1 │ 1 │ 1 │ 0 │ X │ X │ X │ X │ 512KB RAM on MB - 512K Bank 0 │
  270. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  271. │ X │ X │ X │ 1 │ X │ X │ X │ X │ ONLY 64KB RAM Chips used      │
  272. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  273. │ X │ X │ X │ 0 │ X │ X │ X │ X │ 256KB RAM Chips used anywhere │
  274. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  275. │ X │ X │ X │ X │ 1 │ X │ X │ X │ 8087 NDP not present          │
  276. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  277. │ X │ X │ X │ X │ 0 │ X │ X │ X │ 8087 NDP present              │
  278. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  279. │ X │ X │ X │ X │ X │ 1 │ X │ X │ 8250 Async Comm Chip present  │
  280. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  281. │ X │ X │ X │ X │ X │ 0 │ X │ X │ Z8530 SCC present             │
  282. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  283. │ X │ X │ X │ X │ X │ X │ X │ 1 │ Bank 1 on Motherboard empty   │
  284. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  285. │ X │ X │ X │ X │ X │ X │ X │ 0 │ Bank 1 on Motherboard full    │
  286. └───┴───┴───┴───┴───┴───┴───┴───┴───────────────────────────────┘
  287.  
  288.  
  289. ┌─────────────────────────────────────────┬─────────────────────┐
  290. │ MOTHERBOARD SWITCH BANK 1 - LOCATION 7W │    1=ON, 0=OFF      │
  291. ├───┬───┬───┬───┬───┬───┬───┬───┬─────────┴─────────────────────┤
  292. │SW1│SW2│SW3│SW4│SW5│SW6│SW7│SW8│ FUNCTION                      │
  293. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  294. │ 1 │ X │ X │ X │ X │ X │ X │ X │ 48 TPI Floppy Drives (360KB)  │
  295. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  296. │ 0 │ X │ X │ X │ X │ X │ X │ X │ FUTURE USE ONLY               │
  297. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  298. │ X │ 1 │ X │ X │ X │ X │ X │ X │ Slow start up speed - MFDU    │
  299. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  300. │ X │ 0 │ X │ X │ X │ X │ X │ X │ FUTURE USE ONLY               │
  301. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  302. │ X │ X │ 1 │ X │ X │ X │ X │ X │ Indigenous HDU ROM            │
  303. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  304. │ X │ X │ 0 │ X │ X │ X │ X │ X │ External HDU ROM              │
  305. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  306. │ X │ X │ X │ 1 │ X │ X │ X │ X │ Fast scroll rate              │
  307. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  308. │ X │ X │ X │ 0 │ X │ X │ X │ X │ Slow scroll rate              │
  309. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  310. │ X │ X │ X │ X │ 1 │ 1 │ X │ X │ EGA or video Cntrllr Disabled │
  311. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  312. │ X │ X │ X │ X │ 0 │ 1 │ X │ X │ 40x25 color mode              │
  313. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  314. │ X │ X │ X │ X │ 1 │ 0 │ X │ X │ 80x25 color mode              │
  315. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  316. │ X │ X │ X │ X │ 0 │ 0 │ X │ X │ 80x25 monichrome mode         │
  317. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  318. │ X │ X │ X │ X │ X │ X │ 1 │ 1 │ 1 Floppy Drive                │
  319. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  320. │ X │ X │ X │ X │ X │ X │ 0 │ 1 │ 2 Floppy Drives               │
  321. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  322. │ X │ X │ X │ X │ X │ X │ 1 │ 0 │ 3 Floppy Drives (2 physical)  │
  323. ├───┼───┼───┼───┼───┼───┼───┼───┼───────────────────────────────┤
  324. │ X │ X │ X │ X │ X │ X │ 0 │ 0 │ 4 Floppy Drives (2 physical)  │
  325. └───┴───┴───┴───┴───┴───┴───┴───┴───────────────────────────────┘
  326.  
  327.  
  328. ┌────────────────────────────────────────────────────────────────┐
  329. │                                                                │
  330. │ AT&T PC6300 TECHNICAL BULLETIN                                 │
  331. │                                                                │
  332. │ SUBJECT: Hard Disk Drive Parameter Table (ROM 1.21 and 1.43)   │
  333. │ PROVIDED BY:                                                   │
  334. │                                                                │
  335. └────────────────────────────────────────────────────────────────┘
  336.  
  337.                        ┌───────────────┐
  338.                        │ ROM BIOS 1.21 │
  339.                        └───────────────┘
  340.  
  341.                                             DTC CONTROLLER
  342.                                           DRIVE #0  DRIVE #1
  343.     DRIVE TYPE                            12345678  12345678
  344.     ───────────────────────────────────   ────────  ────────
  345.  0. 5MB                                   ..CC..CC  CC..CC..
  346.  1. 24MB                                  ..OC..CC  OC..CC..
  347.  2. 15MB                                  ..CO..CC  CO..CC..
  348.  3. 10MB (default)                        ..OO..CC  OO..CC..
  349.  4. 5MB - Syquest SQ306                   ..CC..OC  CC..OC..
  350.  5. 30MB - CDC Wren I                     ..OC..OC  OC..OC..
  351.  6. 20MB - Seagate ST225, CMI 4426        ..CO..OC  CO..OC..
  352.  7. 20MB - Miniscribe 3425, OPE XM 5220   ..OO..OC  OO..OC..
  353.  8. 20MB - CMI 4426                       ..CC..CO  CC..CO..
  354.  9. NOT SPECIFIED                         ..OC..CO  OC..CO..
  355.  A. NOT SPECIFIED                         ..CO..CO  CO..CO..
  356.  B. NOT SPECIFIED                         ..OO..CO  OO..CO..
  357.  C. NOT SPECIFIED                         ..CC..OO  CC..OO..
  358.  D. NOT SPECIFIED                         ..OC..OO  OC..OO..
  359.  E. NOT SPECIFIED                         ..CO..OO  CO..OO..
  360.  F. NOT SPECIFIED                         ........  OO..OO..
  361.                                           C = CLOSED = ON
  362.                                           O = OPEN = OFF
  363.  
  364.                        ┌───────────────┐
  365.                        │ ROM BIOS 1.43 │
  366.                        └───────────────┘
  367.  
  368.  
  369.                                  DTC CONTROLLER        WD CONTROLLER
  370.                                DRIVE #0  DRIVE #1    DRIVE #0  DRIVE #1
  371.     DRIVE TYPE                 12345678  12345678    12345678  12345678
  372.     ─────────────────────────  ────────  ────────    ────────  ────────
  373.  0. 30MB - CDC Wren I          ..CC..CC  CC..CC..    ..CC..CC  CC..CC..
  374.  1. 20MB - Seagate ST225,
  375.            CMI 4426            ..OC..CC  OC..CC..    ..OC..CC  OC..CC..
  376.  2. 20MB - Tandon TM 262       ..CO..CC  CO..CC..    ..CO..CC  CO..CC..
  377.  3. 10MB (default)             ..OO..CC  OO..CC..    ..OO..CC  OO..CC..
  378.  4. 20MB - Miniscribe 3425,
  379.            OPE XM 5220         ..CC..OC  CC..OC..    ..CC..OC  CC..OC..
  380.  5. 30MB - CDC Wren I          ..OC..OC  OC..OC..    ..OC..OC  OC..OC..
  381.  6. 20MB - Seagate ST225,
  382.            CMI 4426            ..CO..OC  CO..OC..    ..CO..OC  CO..OC..
  383.  7. 20MB - Miniscribe 3425,
  384.            OPE XM 5220         ..OO..OC  OO..OC..    ..OO..OC  OO..OC..
  385.  8. 40MB - CMI 6426            ..CC..CO  CC..CO..    ..CC..CO  CC..CO..
  386.  9. 45MB - Miniscribe 6053     ..OC..CO  OC..CO..    ..OC..CO  OC..CO..
  387.  A. 40MB - Tandon TM 755       ..CO..CO  CO..CO..    ..CO..CO  CO..CO..
  388.  B. 51MB - CDC Wren II 94205   ..OO..CO  OO..CO..    ..OO..CO  OO..CO..
  389.  C. 67MB - CDC Wren II         ..CC..OO  CC..OO..    ..CC..OO  CC..OO..
  390.  D. 68MB - Micropolis 1325,
  391.            Miniscribe 6085,
  392.            Seagate 4085        ..OC..OO  OC..OO..    ..OC..OO  OC..OO..
  393.  E. 40MB - Seagate ST251       ..CO..OO  CO..OO..    ..CO..OO  CO..OO..
  394.  F. Drive #0 ONLY, no #1       ........  OO..OO..    ........  OO..OO..
  395.                                C = CLOSED = ON       C = JUMPER ON
  396.                                O = OPEN = OFF        O = JUMPER OFF
  397.  
  398. ┌───────────────────────────────────────────────────────────────────────┐
  399. │                                                                       │
  400. │  AT&T PC6300 TECHNICAL BULLETIN                                       │
  401. │                                                                       │
  402. │  SUBJECT:  AT&T Personal Computer Parts List                          │
  403. │  PROVIDED BY:                                                         │
  404. │                                                                       │
  405. └───────────────────────────────────────────────────────────────────────┘
  406.  
  407.     PC6300 PARTS LIST
  408.                                       COMCODE             PEC Code
  409.  
  410.     MS-DOS 2.11 Rel 2.0              845655158            1021-D01
  411.     MS-DOS 3.1                       845657683            1021-009
  412.     PC6300 User's Guide              403318991
  413.     GW-Basic User's Guide            403319007
  414.     PC6300 Service Manual            403319031
  415.     PC6300 System Programmers Guide  403319015
  416.     PC6300 Tech Reference Manual     403319023
  417.     CPU1                             403351406            3703-010
  418.     CPU1E                            403846702            3703-E10
  419.     CPU1 MOD-2                       403973944            3703-011
  420.     CPU1Z                            405168816            3703-Z13
  421.     CPU2                             403351414            3703-020
  422.     CPU2E (Soldered)                 403846694            3703-E20
  423.     CPU2E MOD-2 (Socketed)           403973951            3703-E21
  424.     CPU2E/640                        405193418            3703-E23
  425.     CPU2Z                            405168832            3703-Z23
  426.     CPU3                             403351422            3703-030
  427.     CPU3U/640                        403968613            3703-040
  428.     CPU3/256K MEM BRD                403973928            3703-050
  429.     CPU3U/640 (128K)                 405193442            3703-053
  430.     CPU3X                            403973910            3703-060
  431.     CPU3X/640                        405193467            3703-063
  432.     CPU3Z                            405168824            3703-Z63
  433.     Power Supply LA16                403351240
  434.     Power Supply LA16B               405204900
  435.     Fan Assembly                     403351257
  436.     Motherboard 128K BA139/10.1      405055161
  437.     Motherboard 128K BA139/12        405018557
  438.     Motherboard 256K BA135/10.1      405055179
  439.     Motherboard 256K BA135/12        405018581
  440.     Motherboard 256K BA161/00        405055195
  441.     Motherboard 256K BA161/01        405055203
  442.     Motherboard 512K BA155/00        405055229
  443.     Motherboard 640K BA189           405203019
  444.     10MB HDU (Tandon)                405018730
  445.     10MB HDU (OPE-1)                 405018763
  446.     10MB HDU (OPE-2)                 405018789
  447.     10MB HDU (Seagate)               405018805
  448.     20MB HDU (Seagate)               405018839            37575
  449.     20MB HDU (Miniscribe)            405018847
  450.     20MB HDU (OPE)                   405117722
  451.     CRT Controller P-2 GO317         405055237
  452.     CRT Controller P-4 GO318         405018631
  453.     CRT Controller P-8 GO380         405203027
  454.     HDU Controller (DTC)             403350952
  455.     HDU Controller (WD WX2)          405023011
  456.     HDU Controller (WD WX1)          405214669
  457.     Hard Disk Controller (West Dig)  405023011
  458.     Monitor 310 B/W                  403351364            37310
  459.     Monitor 311 Green                403351380            37311
  460.     Monitor 313 Green                403351349            37313
  461.     Monitor 313 Mod-2                405004755            37313
  462.     Monitor 317 Color                403351331            37317
  463.     Monitor 318 Color                403351356            37318
  464.     Monitor 318 Mod-2                405004763            37318
  465.     Monitor 318 Hitachi              405004748            37318
  466.     Bus Converter (2 16bit slots)    403350986
  467.     Bus Converter (3 16bit slots)    405018664
  468.     360K MFDU (OPE)                  403319080            37305
  469.     360K MFDU (Toshiba-1)(DOOR)      403351430
  470.     360K MFDU (Toshiba-2)            405055278
  471.     Keyboard Model 301               403351281            37301
  472.     Keyboard Model 301 Mod-2         405162579            37301
  473.     Keyboard ROM v1.1 (8741)         405018607
  474.     Keyboard ROM v2.0 (2716)         405018599
  475.     256K Memory Expansion Board      403351299            37304
  476.     128K Chip Set                    403351273            37303
  477.     512K Chip Set                    405023052            37561
  478.     Display Enhancement Board        403350945            37306
  479.     Color Extension Cables           403309545            2724-72K
  480.     Monichrome Extension Cables      403351315            2724-70K
  481.     8087-2 Math Co-Processor         403768690            37322
  482.     Power Cable                      403816739
  483.     MFDU & HDU Power Cable           403816762
  484.     Video Controller Power Cable     403816747
  485.     CPU2 MFDU Signal Cable           403816754
  486.     CPU3 MFDU Signal Cable           403846918
  487.     HDU Signal Cable                 403846892
  488.     HDU Control Cable                403846900
  489.     Motherboard Power Cable          403846975
  490.     Color Monitor Power Cable        403846967
  491.     HDU Expansion Power Cable        403846959
  492.     AST CC-432 Board                 403716350
  493.     AST PCOX Board                   403716368
  494.     HDU Face Plate                   403908130
  495.     ROM Bios 1.21                    845654029
  496.     ROM Bios 1.43                    105203780 (not avail yet)
  497.     External Security Lock           405078585            37332
  498.     Stop Lock III                    405078577            37333
  499.     Mouse                            403768666            37319
  500.     Video Display Adapter 1.1        845654003            37340
  501.     Image Capture Board              845654011            37341
  502.     Video Bridge Adapter             405067281            3910-020
  503.     Communications Manager I         403308695            37342
  504.     Communications Manager II        845655141            37331
  505.     PC Interface Etherlink Assembly                       37320
  506.     PC Interface Basic Network                            37323
  507.     PC Interface Network Extend                           37324
  508.     SSI Irma Emulation Card          524101276
  509.     4410 Terminal Emulator                                1020-005
  510.     Context Switch                                        1020-006
  511.     PC6300 PC INT RS232                                   1020-008
  512.     Tango PC Software                                     1020-011
  513.     513 Terminal Emulator                                 1020-013
  514.     Video Catalog                                         1021-014
  515.     Informix                                              1022-007
  516.     File It!                                              1022-008
  517.     Overhead Express                                      1022-702
  518.     Remote Enhanced Cap                                   1023-F01
  519.     Remote Cap                                            1023-F02
  520.     AT&T Retail Manager                                   1026-B01
  521.     PC6300 Mortgage Line                                  1027-B00
  522.  
  523.  
  524.  
  525.     PC6300+ PARTS LIST
  526.                                       COMCODE             PEC Code
  527.  
  528.     MS-DOS 3.1                       845657683            1021-009
  529.     UNIX Sys V Rel 2                 845657758            1111-UX1
  530.     UNIX Sys V S/W Development Set   845657774            1111-DT1
  531.     PC6300+ Getting Started Manual   845657079            1673-101
  532.     PC6300+ Service Manual           845657113            1673-102
  533.     PC6300+ Tech Reference Manual    845657048            1673-100
  534.     PC6300+ System Programmers Guide 845657899
  535.     PC6300+ UNIX Programmers Ref.    845657121
  536.     PC6300+ Integrated S/W Dev Guide 105152789
  537.     CPU21 1.2mb and 360k MFDU        405023086            3705-101
  538.     CPU21 Gen-4.5                    405117649            3705-101
  539.     CPU21 Gen-5.0                    405211533            3705-101
  540.     CPU22 1.2mb MFDU and 20mb HDU    405023102            3705-102
  541.     CPU22 Gen-4.5                    405117656            3705-102
  542.     CPU22 Gen-5.0                    405117680            3705-102
  543.     CPU23 360k MFDU and 20mb HDU     405036880            3705-103
  544.     CPU23 Gen-4.5                    405117664            3705-103
  545.     CPU24 1.2mb MFDU only            405076423            3705-104
  546.     CPU24 Gen-4.5                    405117672            3705-104
  547.     CPU25 360k MFDU only             405076431            3705-105
  548.     2MB Mem Exp Board (with 512K)    405120858            37555
  549.     Power Supply                     403351240
  550.     Motherboard 512K                 405022955
  551.     Bus Converter Board              405022997
  552.     Hard Disk Controller (West Dig)  405023011
  553.     Video Controller                 405022971
  554.     Monichrome Monitor               403351349            37313
  555.     Color Monitor model 318          403351356            37318
  556.     Keyboard model 302               405007683            37551
  557.     Floppy Drive 360K                403319080            37305
  558.     Floppy Drive 1.2MB               405007675            37558
  559.     Hard Disk Unit 20MB              405018839            37575
  560.     512K Chip Set                    405023052            37561
  561.     128K Chip Set                    403351273            37303
  562.     Upgrade Kit (6300 to 6300+)      405023037            37569
  563.     Display Enhancement Board        403350945            37306
  564.     AST CC-432 Board                 403716350
  565.     Comm Manager Board               103966065            37331
  566.     Mouse                            403768666            37319
  567.     80287-3 Coprocessor              405023078            37565
  568.     60MB Tape Expansion Unit         405117706            37570
  569.     60MB Tape / 20MB HDU             405117714            37571
  570.     Fan Assembly                     403351257
  571.     Power Cable                      403816739
  572.     MFDU and HDU Power Cable         403816762
  573.     Monichrome Monitor Power Cable   403816747
  574.     Color Monitor Power Cable        403846967
  575.     HDU Expansion Power Cable        403846959
  576.     Informix Relational Database                          1111-RDB
  577.     C-ISAM                                                1111-ISM
  578.     RM/Cobol                                              1111-CB2
  579.     RM/Cobol Runtime Module                               1111-CBR
  580.     Paint Power                                           1111-PT2
  581.     Paint Power Plus                                      1111-PT1
  582.     RM/Fortran                                            1111-FO4
  583.     CrystalWriter Plus                                    1111-CWP
  584.     Professional Writer Package                           1111-PWP
  585.     File-It!                                              1111-FIT
  586.     UltraCalc                                             1111-UCL
  587.  
  588.  
  589.  
  590.     PRINTER PARTS LIST
  591.  
  592.  
  593.  
  594.     435 Plotter Parts                 COMCODE             PEC Code
  595.  
  596.     435 Plotter                      403815327            3330-435
  597.     Pen Motor/Encoder Assy           403815657
  598.     Paper Motor/Encoder Assy         403815665
  599.     Circuit Card - RS232             403815335
  600.  
  601.  
  602.  
  603.     478/479 Printer Parts             COMCODE             PEC Code
  604.  
  605.     478 Printer                      500066634            3330-478
  606.     479 Printer                      500066642            3330-479
  607.     Ribbon Cartridge (6 pack)                             8230-050
  608.     Printhead Assembly               524552007
  609.     Terminal Control Card            524109378
  610.     Print Engine Drive Card          524109469
  611.     Switch & Display Card            524109410
  612.     Power Supply Card                524109683
  613.     Print Engine (478)               524270006
  614.     Print Engine (479)               524270014
  615.     Control Panel (478)              524550837
  616.     Control Panel (479)              524550845
  617.  
  618.  
  619.  
  620.     477 Printer Parts                 COMCODE             PEC Code
  621.  
  622.     477 Deluxe Color Printer         404077083            3330-477
  623.     Operator Panel                   404077323
  624.     Sheet Feeder, 1 bin              404077141            33020
  625.     Sheet Feeder, 3 bin              404077166            33021
  626.     ROM Font Cartridge                                    33022
  627.         Orator         04            404077174
  628.         Light Italic   05            404077182
  629.         Letter Gothic  06            404077190
  630.         Scientific     07            404077208
  631.     PC6300 Cable (Parallel)          524274255            2724-89G
  632.     Pedestal with Casters            524274214            9308
  633.     Paper Rack                       524274222            9308
  634.     Dolly                            524274230            9308
  635.     477 Black Ribbon                 404077091            8230-065
  636.     477 Color Ribbon                 404077109            8230-066
  637.     477 Transparency Ribbon          404077117            8230-067
  638.     477 Transparencies (50/box)      404077125            8102-001
  639.     Platen Assembly                  404077232
  640.     Power Board                      404077273
  641.     Interface Board                  404077281
  642.     Main Board                       404077299
  643.     Fan Assembly                     404077331
  644.  
  645.  
  646.  
  647.     455 Printer Parts                 COMCODE             PEC Code
  648.  
  649.     455 Printer (Qume 11)            403716509            3330-455
  650.     Centronics Parallel Interface    403716574            30462
  651.     IBM Parallel Interface           403716566            30461
  652.     Serial RS232-C Interface         403716558            30460
  653.     Tractor Feed                     403716517            30455
  654.     Sheet Feeder, 1 bin              403716538            30456
  655.     Sheet Feeder, 2 bins & envelope  403716541            30457
  656.     Paper Basket                     403716582            30465
  657.     Noise Reduction Cover            403716590            30466
  658.     Ribbon Cartridge (6 pack)        403716600            8290-455
  659.     Bumper, Rear Hammer              403716996
  660.     Hammer Assembly                  403716707
  661.     Felt, Guide Wipe                 403717176
  662.     Lever Arm, Feed Roller Shaft     403717093
  663.     Ribbon Cassette Latch            403716214
  664.     Card Guide                       403716731
  665.     Hammer Armature Assembly         403716699
  666.     Carriage Motor/Encoder Assembly  403716681
  667.     Platen Knob                      403716036
  668.     Front Panel Assembly             403716715
  669.     Carriage Assembly                403716640
  670.     Timing Belt, Grey                403716970
  671.     Logic Card                       403716957
  672.     Power Supply                     403716665
  673.     Platen Assembly                  403716673
  674.  
  675.  
  676.  
  677.     470 Printer Series Parts          COMCODE             PEC Code
  678.  
  679.     470 Printer                      403318967            3330-470
  680.     471 Printer                      403818503            3330-471
  681.     473 Printer                      403318959            3330-473
  682.     474 Printer                      403818487            3330-474
  683.     475 Printer                      403318942            3330-475
  684.     476 Printer                      403818495            3330-476
  685.     470/471 CPU Board                403848104
  686.     473/474 CPU Board                403848096
  687.     475/476 CPU Board                403848112
  688.     Print Head                       403318975
  689.     Ribbon Cartridge (6 pack)        403318934
  690.  
  691.  
  692.  
  693.     457/458 Printer Parts             COMCODE             PEC Code
  694.  
  695.     457 Printer                      403716491            3330-457
  696.     458 Printer                      403716616            3330-458
  697.     Autosheet Feed, 1 Bin            403716475            38476
  698.     Autosheet Feed, 2 Bin            403716467            38477
  699.     Tractor Feed                     403716483            38475
  700.     Ribbon Cart (4 pack, hi qual)    403716459            8290-M5X
  701.     Ribbon Cart (4 pack, long life)  403716442            8290-FAB
  702.     Ribbon Mtr                       403716822
  703.     Console                          403717002
  704.     Logic Board                      403716723
  705.     Power Filter Board               403716772
  706.     Transport Motor                  403717069
  707.     Interface Board - Parallel       403716798
  708.     Interface Board - Serial         403716806
  709.     Line Space Motor                 403717051
  710.     End Paper Photosensor            403717143
  711.     Carriage Drive Belt              403716988
  712.     Lever Pressure Roller            403716921
  713.     Paper Feed Knob                  403716756
  714.     End Ribbon Photosensor           403716830
  715.     Sensor Micro for Carr Movement   404717085
  716.     Cover Open Microswitch           403716742
  717.     Carriage Group                   403718190
  718.     Platen                           403718224
  719.     Cover Kit                        403717366
  720.     Transformer                      403717614
  721.     Miscellaneous Kit                403717374
  722.  
  723.  
  724.  
  725. ┌────────────────────────────────────────────────────────────────────┐
  726. │                                                                    │
  727. │                                                                    │
  728. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  729. │                                                                    │
  730. │ SUBJECT:  All About ROM BIOS 1.43                                  │
  731. │ PROVIDED BY:                                                       │
  732. │                                                                    │
  733. └────────────────────────────────────────────────────────────────────┘
  734.  
  735. The following is a list of enhancements added in BIOS 1.43.
  736.  
  737.     1. Support for a larger repertoire of hard disks
  738.     2. Support for Western Digital Hard Disk Controller, in addition
  739.        to the DTC Controller.
  740.     3. Support for IBM's Enhanced Graphics Adapter (EGA).
  741.     4. Operation without a Display Controller Board.
  742.     5. Remote boot from a Local Area Network, such as STARLAN or IBM
  743.        PC Network.
  744.     6. Support for light pens.
  745.     7. Resident diagnostics for the Numeric Coprocessor 8087.
  746.  
  747.  
  748. In addition to the above enhancements, a number of problems reported
  749. in BIOS 1.21 have been corrected in this release.  In particular, the
  750. following problem areas are improved:
  751.  
  752.     1. ROM BIOS Check Sum Verification.
  753.     2. Reporting of memory parity errors for certain memory
  754.        configurations.
  755.     3. Multiple Disk recognition, in particular, operation of the
  756.        Mountain Expansion Box for the PC6300.
  757.     4. Keyboard buffer overflow due to excessive mouse movement or
  758.        rapid keystrokes.
  759.     5. Time and Date service routine.
  760.     6. Operation of IBM and Hercules Monochrome Video Cards.
  761.     7. Operation of CGA composite video.
  762.     8. 8350 Communication Controller Recognition on power up.
  763.     9. Timeout for the second communication port.
  764.    10. Control Break Interrupt handling.
  765.    11. Unexpected Interrupts handling.
  766.  
  767.  
  768. The differences between the BIOS version 1.21 and 1.43 are:
  769.  
  770.     HARD DISKS:
  771.        1. The Hard Disk Controller code now supports the Western
  772.           Digital and DTC Controller.
  773.        2. The HDU Parameter Table now includes parameters for 16
  774.           hard disks, some of which are duplicate entries to ensure
  775.           backward compatibility with the switch settings.
  776.        3. The hard disk driver code, INT 13, has been substantially
  777.           improved.
  778.        4. A direct call to the floppy disk code existed in BIOS 1.21.
  779.           This was relpaced by an INT 40.
  780.  
  781.     VIDEO FUNCTIONS:
  782.        1. A new scrolling algorithm, for text mode only, has been
  783.           implemented.  If switch 4 of DIPSW#1, location 7T, is set
  784.           to ON, slow scroll is implemented to accomodate slower
  785.           third party video boards.
  786.        2. An error that caused video output to be truncated when using
  787.           the IBM or Hercules monochrome cards has been corrected.
  788.        3. Text and graphics parameter tables for composite video have
  789.           been corrected.
  790.        4. The switches 5 and 6 of DIPSW#1 are now required to be on
  791.           if no display controller is present, or if IBM's EGA is used.
  792.           Code was added to accomodate these situations.  The EGA
  793.           solution also involved searching for optional ROM from the
  794.           address C0000 rather than from C8000 as was done before.
  795.           In addition, if the EGA is present, the Master Table
  796.           Pointer is not located at ROM BIOS data address 40:84.  The
  797.           keyboard translation table pointer is now directly
  798.           extracted from ROM BIOS.
  799.        5. Light Pen support has been added.  Note that the Indigenous
  800.           Video Board of the PC6300 does not support a light pen.
  801.  
  802.     8087 COPROCESSOR:
  803.        1. Power up diagnostics for NDP 8087 have been added.
  804.        2. Changes were made to the system initialization routines
  805.           to correct a problem with 8087 exception handling.  This
  806.           involves enabling NMIs and motherboard memory parity error
  807.           detection.
  808.  
  809.     REMOTE BOOT FROM A NETWORK:
  810.        The boot code of the PC6300 has been corrected to recognize
  811.        that "Enter ROM BASIC" interrupt (INT 18) has been re-pointed
  812.        (note that the PC6300 does not have ROM BASIC and this
  813.        interrupt was not implemented correctly in earlier versions).
  814.        This change lets the PC6300 boot from a network, such as
  815.        STARLAN, if the floppy and hard disks are not ready.
  816.  
  817.     COMMUNICATION CONTROL:
  818.        1. A problem with the recognition of the 8530 Communication
  819.           Controller during the power up sequence has been fixed.
  820.        2. A change was made to correct the timeout value for the
  821.           second communication port (INT 14).
  822.  
  823.     TIME AND DATE:
  824.        ROM BIOS time function, INT 1A, that occasionally reported
  825.        erroneous time and date values has been improved by making
  826.        the code more sensitive to clock read errors and
  827.        automatically doing retries.
  828.  
  829.     KEYBOARD/MOUSE:
  830.        1. The INT 9 was changed to turn off keyboard interrupts while
  831.           sounding the audible alarm that indicates keyboard overflow.
  832.           Before this change, the system would crash if excessive
  833.           movement of the mouse or random banging on the keyboard was
  834.           done, particularly during boot up.
  835.        2. INT 9 was changed to extract the keyboard translation table
  836.           pointer directly from the BIOS instead of the low memory
  837.           BIOS data address 40:84.
  838.  
  839.     SOFT/HARD RESET FLAG:
  840.        The flag that distinguishes between the soft reset and the hard
  841.        reset was occasionally corrupted in the power up routine.  BIOS
  842.        1.43 fixes this problem.
  843.  
  844.     CONTROL-BREAK AND TIMER TICK:
  845.        The push/pop register order was made identical to the IBM PC for
  846.        INT 1B, Control-Break, and INT 1C, Timer Tick.  This will correct
  847.        some problems with IBM 3270 SNA Terminal Emulators.
  848.  
  849.     UNEXPECTED INTERRUPTS:
  850.        Unexpected interrupt handling has been improved.  It is now more
  851.        selective as to which interrupts it masks off.  In BIOS 1.21, all
  852.        pending interrupts were masked off.  In the case of Default
  853.        Interrupt, a pending keyboard interrupt was erroneously thrown away.
  854.  
  855.     TIMER PROGRAMMING:
  856.        Code to program the 8253 timer 1 has been changed from the word
  857.        mode to byte mode.  This corrects some reported problems with 8253.
  858.  
  859.     CHECK SUM:
  860.        The BIOS 1.21 only checksums the first 8K bytes.  This has been
  861.        corrected in 1.43 BIOS.
  862.  
  863.  
  864.  
  865.  
  866. ┌────────────────────────────────────────────────────────────────────┐
  867. │                                                                    │
  868. │                                                                    │
  869. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  870. │                                                                    │
  871. │ SUBJECT:  Understanding AT&T's Enhanced Memory Expansion Board     │
  872. │ PROVIDED BY:                                                       │
  873. │                                                                    │
  874. └────────────────────────────────────────────────────────────────────┘
  875.  
  876.              Understanding the Enhanced Memory Card
  877.              ======================================
  878.  
  879. Definitions: Non-paged Memory = Extended Memory
  880.              Paged Memory     = Expanded Memory
  881.  
  882. Note:  Expanded  Memory  (Paged) may be converted to Extended Memory  by
  883. using  the  AEX  utility but Extended Memory can  not  be  converted  to
  884. Expanded Memory.
  885.  
  886. Setting Switches on Extended Memory Card:
  887.  
  888.      Start by setting SW2 positions 1-4.  Each Extended memory card must
  889. have  a  unique base address.  (Unique meaning different from any  other
  890. Extended Memory Card or any other peripheral in the system.)
  891.  
  892.  
  893. BASE I/O ADDRESS     SW2-1   SW2-2    SW2-3    SW2-4
  894. ====================================================
  895.       0208            ON      ON       ON       ON
  896.       0218            ON      ON       ON       OFF  Default Setting
  897.       0228            ON      ON       OFF      ON
  898.       0238            ON      ON       OFF      OFF
  899.       0248            ON      OFF      ON       ON
  900.       0258            ON      OFF      ON       OFF
  901.       0268            ON      OFF      OFF      ON
  902.       0278            ON      OFF      OFF      OFF
  903.       0288            OFF     ON       ON       ON
  904.       0298            OFF     ON       ON       OFF
  905.       02A8            OFF     ON       OFF      ON
  906.       02B8            OFF     ON       OFF      OFF
  907.       02C8            OFF     OFF      ON       ON
  908.       02D8            OFF     OFF      ON       OFF
  909.       02E8            OFF     OFF      OFF      ON
  910.       02F8            OFF     OFF      OFF      OFF
  911.  
  912. Setting SW2:
  913.  
  914.      SW2 positions 5-8 are for specifying the amount of non-paged memory
  915. on  the  Extended  Memory Card that you  are  installing.  These  switch
  916. settings are board independant and only affect the RAM on that board. If
  917. all  of  the RAM on the Extended Memory card is to be set up  as  paged,
  918. these four switch positions will be ignored.  The amount of paged memory
  919. on  the Extended Memory Card equals the total amount of memory  on  card
  920. minus the amount of non-paged memory.
  921.  
  922. Amount of Non-Paged
  923. Memory on board     SW2-5   SW2-6    SW2-7    SW2-8
  924. ====================================================
  925.       128K            ON      ON       ON       ON
  926.       256K            ON      ON       ON       OFF
  927.       384K            ON      ON       OFF      ON
  928.       512K            ON      ON       OFF      OFF   DEFAULT SETTING
  929.       640K            ON      OFF      ON       ON
  930.       768K            ON      OFF      ON       OFF
  931.       896K            ON      OFF      OFF      ON
  932.      1024K            ON      OFF      OFF      OFF   1.0 MG
  933.      1152K            OFF     ON       ON       ON
  934.      1280K            OFF     ON       ON       OFF
  935.      1408K            OFF     ON       OFF      ON
  936.      1536K            OFF     ON       OFF      OFF   1.5 MG
  937.      1664K            OFF     OFF      ON       ON
  938.      1792K            OFF     OFF      ON       OFF
  939.      1920K            OFF     OFF      OFF      ON
  940.      2048K            OFF     OFF      OFF      OFF   2.0 MG
  941.  
  942. Setting SW1:
  943.  
  944. If none of the memory on a given Enhanced Memory Board is to  be
  945.   set  up as non-paged set all switches on SW1 OFF.  Switch position SW1
  946.   must  be  set to show the amount of non-paged memory below  the  board
  947.   being installed.  Note:  If 1 Mb of ram reside on the motherboard of a
  948.   PC6300+,  only 640K of this ram is considered non-paged. The remaining
  949.   384K is addressed at the very top of memory and therefore is not below
  950.   the board that is being installed.  SW1-8 is the parity enable switch.
  951.   This should always be on unless none of the ram on board will be  non-
  952.   paged.
  953.  
  954. Non-Paged Memory
  955. Installed Below     SW2-1  SW2-2  SW2-3  SW2-4  SW2-5  SW2-6  SW2-7  SW2-8
  956. ==========================================================================
  957. All ram paged on bd. OFF    OFF    OFF    OFF    OFF    OFF    OFF    ON
  958.    256K              ON     ON     ON     ON     ON     OFF    ON     ON
  959.    512K              ON     ON     ON     ON     OFF    ON     ON     ON
  960.    640K (default)    ON     ON     ON     ON     OFF    ON     OFF    ON
  961.   1024K (512+512K)   ON     ON     ON     OFF    ON     ON     ON     ON
  962.   1152K (640+512K)   ON     ON     ON     OFF    ON     ON     OFF    ON
  963.   1536K (512K+1.0MG) ON     ON     ON     OFF    OFF    ON     ON     ON
  964.   1664K (640K+1.0MG) ON     ON     ON     OFF    OFF    ON     OFF    ON
  965.   2048K (512K+1.5MG) ON     ON     OFF    ON     ON     ON     ON     ON
  966.   2176K (640K+1.5MG) ON     ON     OFF    ON     ON     ON     OFF    ON
  967.   2560K (512K+2.0MG) ON     ON     OFF    ON     OFF    ON     ON     ON
  968.   2688K (640K+2.0MG) ON     ON     OFF    ON     OFF    ON     OFF    ON
  969.   3072K (512K+2.5MG) ON     ON     OFF    OFF    ON     ON     ON     ON
  970.   3200K (640K+2.5MG) ON     ON     OFF    OFF    ON     ON     OFF    ON
  971.   3584K (512K+3.0MG) ON     ON     OFF    OFF    OFF    ON     ON     ON
  972.   3712K (640K+3.0MG) ON     ON     OFF    OFF    OFF    ON     OFF    ON
  973.   4096K (512K+3.5MG) ON     OFF    ON     ON     ON     ON     ON     ON
  974.   4224K (640K+3.5MG) ON     OFF    ON     ON     ON     ON     OFF    ON
  975.   4608K (512K+4.0MG) ON     OFF    ON     ON     OFF    ON     ON     ON
  976.   4736K (640K+4.0MG) ON     OFF    ON     ON     OFF    ON     OFF    ON
  977.  
  978. Using Enhanced Memory Card in 6300:
  979. The Enhanced Memory Card comes set up for use with the 6300+. If
  980.   if  is  to  be  used with the 6300 you must rotate  the  jumper  block
  981.   located next to the mounting bracket 180 degrees. The jumper block has
  982.   a dot on it in location of pin 1.  This dot should be down (at pin  9)
  983.   for the 6300 and up (at pin 1) for the 6300+.
  984.  
  985. Using Enhanced Memory Card Ram as conventional memory.
  986. To us the RAM on the Enhanced Memory Card as conventional memory
  987. you  need to set up the Enhanced Memory Card to have non-paged memory of
  988. at  least  the amount of conventional memory to  be  added.  Change  the
  989. switch  settings  on  the  motherboard  to  reflect  the  added  memory.
  990. Remember,  all  switches  on  the Extended Memory Card are  relative  to
  991. that  card so if you have 256K on the motherboard and are using 384K on
  992. the  Enhanced Memory Card to expand conventional memory,  you would  set
  993. SW1 to show 256K ram below the Extended Memory Card.
  994.  
  995. Examples: 256K Motherboard. 1MB on Enhanced Memory Card. All non-paged.
  996.       1   2   3   4   5   6   7   8         1   2   3   4   5   6   7   8
  997. SW1- ON  ON  ON  ON  ON  OFF ON  ON    SW2-ON  ON  ON  OFF ON  OFF OFF OFF
  998.  
  999.           256K Motherboard. 384K Non-paged, 640K paged.
  1000.       1   2   3   4   5   6   7   8         1   2   3   4   5   6   7   8
  1001. SW1- ON  ON  ON  ON  ON  OFF ON  ON    SW2-ON  ON  ON  OFF ON  ON  OFF ON
  1002.  
  1003. Using the SuperPak software:
  1004.      You  must enter in your config.sys DEVICE = AEMM.SYS in  order  for
  1005. the  PC  to  address  the paged memory.  This  makes  the  paged  memory
  1006. available  for  LOTUS or SYMPHONY types of programs that can  use  above
  1007. memory.   The  Superpak utilities can use either conventional memory  or
  1008. Extended  Memory.  You can not use memory set up as non-paged memory (by
  1009. the switch settings) for these utilities.  You must use the DEVICE = AEX
  1010. (nnn) command where (nnn) is at least the sum of the memory used by  the
  1011. Superpak programs.
  1012.  
  1013. Examples:
  1014. SUPERSPL LPT1:/EXTM  Will use the remainder of extended memory
  1015.                              for a print spooler for LPT1.
  1016.  
  1017.         SUPERSPL LPT1:/M=24  Will assign 24K of  extended  memory
  1018.                              for a print spooler for LPT1.
  1019.  
  1020.         SUPERDRV  C:/EXTM    Will  assign a  360K  Ram  Drive  in
  1021.                              extended
  1022.                              memory assigned to logical drive C:.
  1023.  
  1024.         SUPERDRV  D:         Will  assign  a  360K Ram  Drive  of
  1025.                              conventional   memory  assigned   to
  1026.                              logical drive D:.
  1027.  
  1028.         DEVICE = RAMDISK.DEV 512 512 64 /E
  1029.                  (In config.sys after DEVICE = AEX nnn command.)
  1030.  
  1031.                              Will  assign a 512K ramdisk with 512
  1032.                              byte  sector  size and 64  Directory
  1033.                              entries.  All  of  these  parameters
  1034.                              must  be in multiples of 16 or  they
  1035.                              will  round to the next multiple  of
  1036.                              16  value.  The  /E option puts  the
  1037.                              ramdisk  in  extended   memory.   To
  1038.                              create multiple ramdisks,  you would
  1039.                              use  multiple DEVICE=RAMDISK  state-
  1040.                              ments in your config.sys.
  1041.  
  1042. For  further  examples,  see  the READ.ME file on  the  SUPERPAK
  1043. utilities  diskette or the SUPERPAK manual that comes with the  Enhanced
  1044. Memory Board.
  1045. Note: The  /E  option  in  the examples is the same as the /EXTM
  1046. switch.   Once  the  /E option is enabled,  it will be assumed  for  all
  1047. following commands unless the /DEXTM switch is used.
  1048. ┌───────────────────────────────────────────────────────────────┐
  1049. │                                                               │
  1050. │ AT&T PC6300 TECHNICAL BULLETIN                                │
  1051. │                                                               │
  1052. │ SUBJECT: Microsoft Word v3.0                                  │
  1053. │ PROVIDED BY:                                                  │
  1054. │                                                               │
  1055. └───────────────────────────────────────────────────────────────┘
  1056.  
  1057.  The following instructions allow the AT&T PC6300 to work with
  1058.  Microsoft Word 3.0 in High Resolution 640x400 graphics mode.
  1059.  It is not possible to receive color in the High Resolution mode.
  1060.  
  1061.    1. Make a copy of the program disk.  Do not make changes to
  1062.       your original program disk.
  1063.    2. Put the copy of the program disk in drive A, and be sure
  1064.       DEBUG.COM is on your default drive/path.
  1065.    3. Type:  DEBUG A:WORD.COM <ENTER>
  1066.    4. A dash will appear on the next line.
  1067.    5. Type:  A 3B1A <ENTER>
  1068.    6. xxxx:3B1A will appear.
  1069.    7. Type:  JMP 3B3C <ENTER>
  1070.    8. xxxx:3B1C will appear.
  1071.    9. Hit <ENTER>, a dash will appear on the next line.
  1072.   10. Type:  W <ENTER>
  1073.   11. Writing xxxx bytes  will appear.
  1074.   12. Type:  Q <ENTER>, your DOS prompt will appear.
  1075.  
  1076.  
  1077. ┌───────────────────────────────────────────────────────────────────┐
  1078. │                                                                   │
  1079. │ AT&T PC6300 TECHNICAL BULLETIN                                    │
  1080. │                                                                   │
  1081. │ SUBJECT: Using the Central Point CopyIIpc Board in a PC6300       │
  1082. │ PROVIDED BY:                                                      │
  1083. │                                                                   │
  1084. └───────────────────────────────────────────────────────────────────┘
  1085.  
  1086.   The problem with the CopyIIpc Board has nothing to do with DMA or
  1087.   the DMA fix.  Central Point Software was given incorrect
  1088.   information from Olivetti, and set the board to access the DMA
  1089.   port dedicated to the Floppy drive.
  1090.   If a CopyIIpc Board owner has a new board, made after March 1986,
  1091.   there will be two jumpers in the lower right portion of the board
  1092.   marked DMA.  The fix is to move these jumpers to the LOWER
  1093.   position, then invoke with TC /C1 from the keyboard or batch file.
  1094.   If a user has an older board without these jumper positions,
  1095.   Central Point will replace it, at no charge, by calling the number
  1096.   for Central Point in the CopyIIpc Board manual.
  1097.  
  1098.  
  1099. ┌────────────────────────────────────────────────────────────────────┐
  1100. │                                                                    │
  1101. │                                                                    │
  1102. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  1103. │                                                                    │
  1104. │ SUBJECT:  Parallel and Serial Port Pinouts                         │
  1105. │ PROVIDED BY:                                                       │
  1106. │                                                                    │
  1107. └────────────────────────────────────────────────────────────────────┘
  1108.  
  1109.  PARALLEL PORT:
  1110.  
  1111.         Pin 1. STROBE
  1112.             2. PTD0   ─────┐
  1113.             3. PTD1        │
  1114.             4. PTD2        │
  1115.             5. PTD3        ├────  Data Lines
  1116.             6. PTD4        │
  1117.             7. PTD5        │
  1118.             8. PTD6        │
  1119.             9. PTD7   ─────┘
  1120.            10. -ACK      Acknowledge
  1121.            11. BUSY
  1122.            12. PE        Paper End
  1123.            13. SLCT      Select
  1124.            14. -AUTOFDX  Auto Feed
  1125.            15. -ERROR
  1126.            16. -INIT     Initialize Printer
  1127.            17. -SLCTIN   Select Input
  1128.            18. GND    ─────┐
  1129.            19. GND         │
  1130.            20. GND         │
  1131.            21. GND         ├─── Ground
  1132.            22. GND         │
  1133.            23. GND         │
  1134.            24. GND         │
  1135.            25. GND    ─────┘
  1136.  
  1137.  
  1138.  SERIAL PORT:
  1139.  
  1140.         Pin 1. PRGND  Protective Ground
  1141.             2. TD     Transmitted Data
  1142.             3. RD     Received Data
  1143.             4. RTS    Ready to Send
  1144.             5. CTS    Clear to Send
  1145.             6. DSR    Data Set Ready
  1146.             7. GND    Signal Ground/Common Return
  1147.             8. DCD    Data Carrier Detect
  1148.             9. ──
  1149.            10. ──
  1150.            11. ──
  1151.            12. ──
  1152.            13. ──
  1153.            14. ──
  1154.            15. ──
  1155.            16. ──
  1156.            17. ──
  1157.            18. ──
  1158.            19. ──
  1159.            20. DTR    Data Terminal Ready
  1160.            21. ──
  1161.            22. RI     Ring Indicator
  1162.            23. DTR    Data Terminal Ready
  1163.            24. ──
  1164.            25. ──
  1165.  
  1166.  
  1167. ┌────────────────────────────────────────────────────────────────────┐
  1168. │                                                                    │
  1169. │                                                                    │
  1170. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  1171. │                                                                    │
  1172. │ SUBJECT:  PC6300 Clock/Calendar                                    │
  1173. │ PROVIDED BY:                                                       │
  1174. │                                                                    │
  1175. └────────────────────────────────────────────────────────────────────┘
  1176.  
  1177.         There seems to be a number of people calling in to
  1178.         report slow clocks. There is a jumper plug
  1179.         located at C-9 on the motherboard. Make sure this
  1180.         is in place. If it is not there, charging the
  1181.         battery won't help. Provided it is there, the
  1182.         clock battery requires a charge of approximately
  1183.         72 hours before it will hold time. We usually
  1184.         suggest turning the intensity down during this
  1185.         time period, if the machine is not being used.
  1186.  
  1187.  
  1188.  
  1189. ┌────────────────────────────────────────────────────────────────────┐
  1190. │                                                                    │
  1191. │                                                                    │
  1192. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  1193. │                                                                    │
  1194. │ SUBJECT:  AT&T PC6300 Mini Floppy Drive Units                      │
  1195. │ PROVIDED BY:                                                       │
  1196. │                                                                    │
  1197. └────────────────────────────────────────────────────────────────────┘
  1198.  
  1199.     USING TWO FLOPPIES OF DIFFERENT MAKES
  1200.         We currently have three different types of disk drives
  1201.  
  1202.         Toshiba - door that flips down and can be ordered,
  1203.  
  1204.         Toshiba - latch that turns clockwise (centered) (is a
  1205.                   production model) and can't be ordered. If
  1206.                   found defective replace with an Olivetti
  1207.                   drive for cosmetic reasons.
  1208.  
  1209.         Olivetti - latch that turns clockwise (offset to left).
  1210.  
  1211.         These drives have their data connector in different
  1212.         places making it impossible to use the one MFD cable to
  1213.         connect them unless the machine is equipped with the
  1214.         100mm (new) cable as opposed to the standard 50mm (old)
  1215.         cable. This change was in affect approximately 1/1/85.
  1216.         You should determine which cable you have before
  1217.         ordering a different drive replacement. Of course a
  1218.         like replacement won't matter.
  1219.  
  1220.  
  1221.  
  1222.     MAX NUMBER OF DRIVES
  1223.         Our machine can support a maximum of TWO MFDUs.  Dip
  1224.         Switches for three and four drives are only useful for
  1225.         Ram Disks.
  1226.  
  1227.  
  1228.  
  1229.     DIP SWITCHES - DPSW-1 Location 7W on motherboard
  1230.  
  1231.         # of drives  |   SW-7  |  SW-8
  1232.         ------------------------------
  1233.               1      |     1   |   1
  1234.               2      |     0   |   1
  1235.               3      |     1   |   0
  1236.               4      |     0   |   0
  1237.  
  1238.         NOTE 3 AND 4 ARE ONLY FOR RAM DISKS
  1239.  
  1240.  
  1241.  
  1242.     96-TPI FLOPPY DRIVES
  1243.  
  1244.         MS-DOS does not have the power to use this feature even
  1245.         though there is a dip switch for it.  That switch is
  1246.         meant for future use and we do not support the 96-tpi
  1247.         feature.
  1248.  
  1249.  
  1250.  
  1251. ┌────────────────────────────────────────────────────────────────────┐
  1252. │                                                                    │
  1253. │                                                                    │
  1254. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  1255. │                                                                    │
  1256. │ SUBJECT:  Lock for the AT&T PC6300 and PC6300+                     │
  1257. │ PROVIDED BY:                                                       │
  1258. │                                                                    │
  1259. └────────────────────────────────────────────────────────────────────┘
  1260.  
  1261.        There is now a lock for the PC6300 and the PC6300+.
  1262.        This lock allows key control of the ON/OFF switch,
  1263.        preventing unauthorized use of the computer.  The lock will
  1264.        also keep the top and bottom cover from being removed
  1265.        without the key, protecting the cards in the top of
  1266.        the unit and the chips in the bottom of the unit.  The
  1267.        lock has a Underwriter's Laboratories listed Medeco key
  1268.        system, it's pickproof.
  1269.  
  1270.        The COMCODE for the AT&T Personal Computer External
  1271.        Security Lock is ---- 405078585.
  1272.  
  1273.  
  1274.  
  1275. ┌────────────────────────────────────────────────────────────────────┐
  1276. │                                                                    │
  1277. │                                                                    │
  1278. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  1279. │                                                                    │
  1280. │ SUBJECT:  Null Modem Cable Pin Configuration                       │
  1281. │ PROVIDED BY:                                                       │
  1282. │                                                                    │
  1283. └────────────────────────────────────────────────────────────────────┘
  1284.  
  1285.               TYPICAL NULL MODEM CABLE
  1286.                     1 ----- 1
  1287.                     2 ----- 3
  1288.                     3 ----- 2
  1289.                     4 ----- 5
  1290.                     5 ----- 4
  1291.                     7 ----- 7
  1292.                     6 ----- 20
  1293.                    20 ----- 6
  1294.  
  1295.     NOTE THIS IS NOT A TYPICAL SET UP FOR THE 6300.
  1296.     WE USUALLY HAVE 6 & 8 TOGETHER GOING TO 20.
  1297.  
  1298.  
  1299.  
  1300.  
  1301. ┌────────────────────────────────────────────────────────────────────┐
  1302. │                                                                    │
  1303. │                                                                    │
  1304. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  1305. │                                                                    │
  1306. │ SUBJECT:  Remedies for Common Keyboard Problems                    │
  1307. │ PROVIDED BY:                                                       │
  1308. │                                                                    │
  1309. └────────────────────────────────────────────────────────────────────┘
  1310.  
  1311.     KEYBOARD CONTAMINATION
  1312.        Many calls are received regarding a keyboard key or keys
  1313.        not working properly. This is usually due to some foreign
  1314.        material lodged between the contact on the circuit card
  1315.        and the carbon contact on the bottom of the key plunger.
  1316.        Generally, these problems can be resolved by the customer.
  1317.  
  1318.           1. Remove the key cap by gently prying under the
  1319.              edge of it.
  1320.           2. Release the two catches that hold the key in place.
  1321.           3. At this point the key mechanism will come out in
  1322.              one piece.
  1323.           4. Clean both the bottom contact of the key and the
  1324.              contact on the circuit card. Use some type of swab
  1325.              and a cleaner if possible. Be careful not to
  1326.              introduce new contamination.
  1327.           5. Reinsert the key and replace the keycap.
  1328.           6. If not successful, replace the keyboard.
  1329.  
  1330.  
  1331.  
  1332.     LOOSE SCREWS
  1333.        There are approximately a dozen screws that hold the bottom
  1334.        plate of the keyboard on (metal plate). If one or more come
  1335.        loose it will cause keys to not make proper contact with the
  1336.        circuit card, getting no response. This is usually indicated
  1337.        when several keys in the same area don't work. Open the
  1338.        keyboard and tighten all of the screws.
  1339.  
  1340.  
  1341. ┌────────────────────────────────────────────────────────────────────┐
  1342. │                                                                    │
  1343. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  1344. │                                                                    │
  1345. │ SUBJECT: UNIX System V Documentation                               │
  1346. │ PROVIDED BY:                                                       │
  1347. │                                                                    │
  1348. └────────────────────────────────────────────────────────────────────┘
  1349.  
  1350.  There have been a number of questions from customers who have
  1351.  received their UNIX software for their PC6300+.  One question has
  1352.  to do with a book known as the USER'S REFERENCE MANUAL/SYSTEM
  1353.  MAINTENENCE MANUAL.  This book is NOT included with the standard
  1354.  issue of UNIX, but must be purchased through the Documentation
  1355.  Hotline, eventhough it contains all the vanilla UNIX commands.
  1356.  
  1357.  Another UNIX System V book for the PC6300+ is the INTEGRATED
  1358.  SOFTWARE DEVELOPMENT GUIDE.  This has guidelines for writing
  1359.  device drivers, etc.
  1360.  
  1361.       BOOK TITLE                         COMCODE
  1362.  
  1363.  
  1364.       USERS REFERENCE MANUAL/
  1365.       SYSTEM MAINTENENCE MANUAL         105152771
  1366.  
  1367.       INTEGRATED SOFTWARE
  1368.       DEVELOPMANT GUIDE                 105152789
  1369.  
  1370.  
  1371.  The phone number for the Documentation Hotline is 800-432-6600.
  1372.  
  1373.  
  1374. ┌───────────────────────────────────────────────────────────────┐
  1375. │                                                               │
  1376. │ AT&T PC6300 TECHNICAL BULLETIN                                │
  1377. │                                                               │
  1378. │ SUBJECT: UNIX and the Western Digital Hard Disk Controller    │
  1379. │ PROVIDED BY:                                                  │
  1380. │                                                               │
  1381. └───────────────────────────────────────────────────────────────┘
  1382.  
  1383.  UNIX will not load on the PC6300Plus if the PC has a Hard Disk
  1384.  Controller with an on-board PROM.  UNIX will only look at the
  1385.  motherboard ROM for its hard disk parameters.  It appears that
  1386.  MOST dealers are selling the PC6300Plus with a Western Digital
  1387.  Controller Card with an on-board PROM chip.  In order for UNIX
  1388.  to load, the on-board PROM must be removed, and the Plus must
  1389.  be re-optioned to read the parameters on our motherboard.
  1390.  
  1391. ┌───────────────────────────────────────────────────────────────────────┐
  1392. │                                                                       │
  1393. │  AT&T PC6300 TECHNICAL BULLETIN                                       │
  1394. │                                                                       │
  1395. │  SUBJECT:  Removing MS-DOS software from UNIX office system           │
  1396. │  PROVIDED BY:                                                         │
  1397. │                                                                       │
  1398. └───────────────────────────────────────────────────────────────────────┘
  1399.  
  1400.                              UNIX NOTES ON THE 6300+
  1401.                              -----------------------
  1402.  
  1403.        If a person wishes to remove an MS-DOS based software package that
  1404.    they installed through the install software procedure, they can follow
  1405.    the method below to do just that:
  1406.  
  1407.    <1> Go to Administration Section of Main Office window
  1408.    <2> Then select Software Set-Up
  1409.    <3> Then select Program Administration
  1410.    <4> It will then show you a list of files, highlight your choice
  1411.    <5> The last feature it will show you will be to list the filename in
  1412.        the Programs Main Menu (Y/N)?  -- Choose N  (press F6 - To Save)
  1413.    <6> At this point it will no longer appear in the programs menu
  1414.    <7> You then must also make the following changes:
  1415.    <8> Go to a Unix prompt and cd /usr/lib/ua and edit the file showsoft.mn
  1416.        make sure that you take the line out that contains that entry.
  1417.    <9> Now cd /usr/lib/office and edit the file programs. Make sure that
  1418.        the proper line is taken out of the file.
  1419.   <10> Now all you have to do is to cd to the proper directory where the
  1420.        files are stored and erase them and the directory.
  1421.   <11> ***NOTE: You must change the attributes of the sub-directory for
  1422.        which you are going to remove. Ex. If you are going to remove the
  1423.        word directory you must change the attributes on it to Write by
  1424.        doing the following: chmod guo+w word <cr> and then you will be able
  1425.        to go into simultask and erase it.
  1426.  
  1427.        Thats It!! You no longer will see that Program listed anywhere in
  1428.    your menu's or directories.
  1429.  
  1430.  
  1431. ┌────────────────────────────────────────────────────────────────────┐
  1432. │                                                                    │
  1433. │                                                                    │
  1434. │ AT&T PC6300 TECHNICAL BULLETIN                                     │
  1435. │                                                                    │
  1436. │ SUBJECT:  Using the DOS PROMPT Command                             │
  1437. │ PROVIDED BY:                                                       │
  1438. │                                                                    │
  1439. └────────────────────────────────────────────────────────────────────┘
  1440.  
  1441.     ANSI.SYS
  1442.        To make full use of the PROMPT command, you must have
  1443.        ansi.sys in your config.sys file (device=ansi.sys) and
  1444.        both must be in the root (boot) directory (or specify
  1445.        full path name).
  1446.  
  1447.  
  1448.  
  1449.     PROMPT
  1450.        The example of the PROMPT command on page 5-69 is
  1451.        incorrect. Both brackets should be right facing ([).
  1452.        Also, this command will not give the required results,
  1453.        after one full screen, the entire display will be
  1454.        inverse video, not just the cursor.
  1455.  
  1456.  
  1457.  
  1458.     KEY PROGRAMMING
  1459.        An example of programming keys with the PROMPT command
  1460.        is... "PROMPT $E[0;59;"dir";13p".  The "$E" defines
  1461.        that what is to follow is to be accepted literally, the
  1462.        "[" starts the beginning of the code, the "0" is a
  1463.        necessary null variable (this position is usually
  1464.        defined for cursor positioning in other operations),
  1465.        the "59" is the keyboard scan code for the F1 key
  1466.        (59-68=F1-F10), "dir" in quotes is the string that you
  1467.        insert for execution, and "13p" is the decimal value
  1468.        for a carriage return to execute the string. Note that
  1469.        this example will erase any prompt that you are
  1470.        currently using. If keys are reprogrammed using PROMPT,
  1471.        the reprogrammed values may be passed on to programs,
  1472.        instead of the default keyboard scan codes.
  1473.  
  1474.  
  1475.  
  1476.     USE OF $p IN PROMPT
  1477.        Used to display pathname of current directory as part
  1478.        of your prompt. If the A drive is selected as your
  1479.        default drive and the diskette is removed, any attempt
  1480.        to execute DOS commands (resident or otherwise)
  1481.        results in an "abort, retry, ignore" error message. The
  1482.        system then requires a disk in the A drive to continue.
  1483.        The reason is the $p causes a search for the default
  1484.        drive pathname each time it writes information to the
  1485.        prompt. Omitting the $p from the prompt eliminates this
  1486.        problem.
  1487.  
  1488.  
  1489.  
  1490. ┌───────────────────────────────────────────────────────────────────┐
  1491. │                                                                   │
  1492. │ AT&T PC6300 TECHNICAL BULLETIN                                    │
  1493. │                                                                   │
  1494. │ SUBJECT: Borland Tech Bulletin #313 - Sidekick 1.56A Patch        │
  1495. │ PROVIDED BY: Borland International                                │
  1496. │                                                                   │
  1497. └───────────────────────────────────────────────────────────────────┘
  1498.  
  1499.  The following information is part of Borland's Tech Info Bulletin
  1500.  number 313.  For complete documentation, contact Borland
  1501.  International at 408-438-8400.  This patch applies ONLY to version
  1502.  1.56A of Sidekick, both the copy-protected and non-copy-protected
  1503.  versions.  If you do not receive the appropriate response from
  1504.  these commands, enter Q and check your version number.
  1505.  
  1506.  NON-COPY PROTECTED VERSION PATCH
  1507.  
  1508.        TYPE                     THIS APPEARS
  1509.        ────────────────────     ──────────────────
  1510.  
  1511.        debug SK.COM <ENTER>     -
  1512.        a 1380 <ENTER>           xxxx:1380
  1513.        jmp 1394 <ENTER>         xxxx:1382
  1514.        <ENTER>                  -
  1515.        w <ENTER>                writing xxxx bytes
  1516.        q <ENTER>                DOS prompt
  1517.  
  1518.        debug SKN.COM <ENTER>    -
  1519.        a 135E <ENTER>           xxxx:135E
  1520.        jmp 1372 <ENTER>         xxxx:1360
  1521.        <ENTER>                  -
  1522.        w <ENTER>                writing xxxx bytes
  1523.        q <ENTER>                DOS prompt
  1524.  
  1525.        debug SKC.COM <ENTER>    -
  1526.        a 126A <ENTER>           xxxx:126A
  1527.        jmp 127E                 xxxx:126C
  1528.        <ENTER>                  -
  1529.        w <ENTER>                writing xxxx bytes
  1530.        q <ENTER>                DOS prompt
  1531.  
  1532.        debug SKM.COM <ENTER>    -
  1533.        a 121D <ENTER>           xxxx:121D
  1534.        jmp 1231 <ENTER>         xxxx:121F
  1535.        <ENTER>                  -
  1536.        w <ENTER>                writing xxxx bytes
  1537.        q <ENTER>                DOS prompt
  1538.  
  1539.  
  1540.  
  1541.  COPY PROTECTED VERSION PATCH
  1542.  
  1543.        TYPE                     THIS APPEARS
  1544.        ────────────────────     ──────────────────
  1545.  
  1546.        debug SK.COM <ENTER>     -
  1547.        a 1396 <ENTER>           xxxx:1396
  1548.        jmp 13AA <ENTER>         xxxx:1398
  1549.        <ENTER>                  -
  1550.        w <ENTER>                writing xxxx bytes
  1551.        q <ENTER>                DOS prompt
  1552.  
  1553.        debug SKN.COM <ENTER>    -
  1554.        a 1374 <ENTER>           xxxx:1374
  1555.        jmp 1388 <ENTER>         xxxx:1376
  1556.        <ENTER>                  -
  1557.        w <ENTER>                writing xxxx bytes
  1558.        q <ENTER>                DOS prompt
  1559.  
  1560.        debug SKC.COM <ENTER>    -
  1561.        a 1280 <ENTER>           xxxx:1280
  1562.        jmp 1294 <ENTER>         xxxx:1282
  1563.        <ENTER>                  -
  1564.        w <ENTER>                writing xxxx bytes
  1565.        q <ENTER>                DOS prompt
  1566.  
  1567.        debug SKC.COM <ENTER>    -
  1568.        a 1233 <ENTER>           xxxx:1233
  1569.        jmp 1247 <ENTER>         xxxx:1235
  1570.        <ENTER>                  -
  1571.        w <ENTER>                writing xxxx bytes
  1572.        q <ENTER>                DOS prompt
  1573.  
  1574.  
  1575. ┌────────────────────────────────────────────────────────────────┐
  1576. │                                                                │
  1577. │ AT&T PC6300 TECHNICAL BULLETIN                                 │
  1578. │                                                                │
  1579. │ SUBJECT: Sidekick Setup for AT&T 4000 Modem                    │
  1580. │ PROVIDED BY:                                                   │
  1581. │                                                                │
  1582. └────────────────────────────────────────────────────────────────┘
  1583.  
  1584.  There are two types of AT&T 4000 Modems, each requiring a
  1585.  different setup with Sidekick.  The first, 1AO1, uses the AT&T
  1586.  command set to dial, and should be setup accordingly in Sidekick.
  1587.  The 1AO2 requires the Hayes setup option.  This holds true for
  1588.  any other AT&T modem that uses the Hayes command set, such as the
  1589.  4112 and 4024 modems.
  1590.